home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / wp-content / themes / classic / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2005-01-24  |  4.7 KB  |  314 lines

  1. /*
  2. Theme Name: WordPress Classic
  3. Theme URI: http://wordpress.org/
  4. Description: The original WordPress theme that graced versions 1.2.x and prior.
  5. Version: 1.5
  6. Author: Dave Shea
  7.  
  8. Default WordPress by Dave Shea || http://mezzoblue.com
  9. Modifications by Matthew Mullenweg || http://photomatt.net
  10. This is just a basic layout, with only the bare minimum defined.
  11. Please tweak this and make it your own. :)
  12. */
  13.  
  14. a {
  15.     color: #675;
  16. }
  17.  
  18. a img {
  19.     border: none;
  20. }
  21.  
  22. a:visited {
  23.     color: #342;
  24. }
  25.  
  26. a:hover {
  27.     color: #9a8;
  28. }
  29.  
  30. acronym, abbr {
  31.     border-bottom: 1px dashed #333;
  32. }
  33.  
  34. acronym, abbr, span.caps {
  35.     font-size: 90%;
  36.     letter-spacing: .07em;
  37. }
  38.  
  39. acronym, abbr {
  40.     cursor: help;
  41. }
  42.  
  43. blockquote {
  44.     border-left: 5px solid #ccc;
  45.     margin-left: 1.5em;
  46.     padding-left: 5px;
  47. }
  48.  
  49. body {
  50.     background: #fff;
  51.     border: solid 2px #565;
  52.     border-bottom: solid 1px #565;
  53.     border-top: solid 3px #565;
  54.     color: #000;
  55.     font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  56.     margin: 0;
  57.     padding: 0;
  58. }
  59.  
  60. cite {
  61.     font-size: 90%;
  62.     font-style: normal;
  63. }
  64.  
  65. h2 {
  66.     border-bottom: 1px dotted #ccc;
  67.     font: 95% "Times New Roman", Times, serif;
  68.     letter-spacing: 0.2em;
  69.     margin: 15px 0 2px 0;
  70.     padding-bottom: 2px;
  71. }
  72.  
  73. h3 {
  74.     border-bottom: dotted 1px #eee;
  75.     font-family: "Times New Roman", Times, serif;
  76.     margin-top: 0;
  77. }
  78.  
  79. ol#comments li p {
  80.     font-size: 100%;
  81. }
  82.  
  83. p, li, .feedback {
  84.     font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  85.     letter-spacing: -1px;
  86. }
  87.  
  88. /* classes used by the_meta() */
  89. ul.post-meta {
  90.     list-style: none;
  91. }
  92.  
  93. ul.post-meta span.post-meta-key {
  94.     font-weight: bold;
  95. }
  96.  
  97. .credit {
  98.     background: #90a090;
  99.     border-top: double 3px #aba;
  100.     color: #fff;
  101.     font-size: 11px;
  102.     margin: 10px 0 0 0;
  103.     padding: 3px;
  104.     text-align: center;
  105. }
  106.  
  107. .credit a:link, .credit a:hover {
  108.     color: #fff;
  109. }
  110.  
  111. .feedback {
  112.     color: #ccc;
  113.     text-align: right;
  114.     clear: both;
  115. }
  116.  
  117. .meta {
  118.     font-size: .75em;
  119. }
  120.  
  121. .meta li, ul.post-meta li {
  122.     display: inline;
  123. }
  124.  
  125. .meta ul {
  126.     display: inline;
  127.     list-style: none;
  128.     margin: 0;
  129.     padding: 0;
  130. }
  131.  
  132. .meta, .meta a {
  133.     color: #808080;
  134.     font-weight: normal;
  135.     letter-spacing: 0;
  136. }
  137.  
  138. .storytitle {
  139.     margin: 0;
  140. }
  141.  
  142. .storytitle a {
  143.     text-decoration: none;
  144. }
  145.  
  146. #commentform #author, #commentform #email, #commentform #url, #commentform textarea {
  147.     background: #fff;
  148.     border: 1px solid #333;
  149.     padding: .2em;
  150. }
  151.  
  152. #commentform textarea {
  153.     width: 100%;
  154. }
  155.  
  156. #commentlist li ul {
  157.     border-left: 1px solid #ddd;
  158.     font-size: 110%;
  159.     list-style-type: none;
  160. }
  161.  
  162. #content {
  163.     margin: 30px 13em 0 3em;
  164.     padding-right: 60px;
  165. }
  166.  
  167. #header {
  168.     background: #90a090;
  169.     border-bottom: double 3px #aba;
  170.     border-left: solid 1px #9a9;
  171.     border-right: solid 1px #565;
  172.     border-top: solid 1px #9a9;
  173.     font: italic normal 230% 'Times New Roman', Times, serif;
  174.     letter-spacing: 0.2em;
  175.     margin: 0;
  176.     padding: 15px 10px 15px 60px;
  177. }
  178.  
  179. #header a {
  180.     color: #fff;
  181.     text-decoration: none;
  182. }
  183.  
  184. #header a:hover {
  185.     text-decoration: underline;
  186. }
  187.  
  188. #menu {
  189.     background: #fff;
  190.     border-left: 1px dotted #ccc;
  191.     border-top: solid 3px #e0e6e0;
  192.     padding: 20px 0 10px 30px;
  193.     position: absolute;
  194.     right: 2px;
  195.     top: 0;
  196.     width: 11em;
  197. }
  198.  
  199. #menu form {
  200.     margin: 0 0 0 13px;
  201. }
  202.  
  203. #menu input#s {
  204.     width: 80%;
  205.     background: #eee;
  206.     border: 1px solid #999;
  207.     color: #000;
  208. }
  209.  
  210. #menu ul {
  211.     color: #ccc;
  212.     font-weight: bold;
  213.     list-style-type: none;
  214.     margin: 0;
  215.     padding-left: 3px;
  216.     text-transform: lowercase;
  217. }
  218.  
  219. #menu ul li {
  220.     font: italic normal 110% 'Times New Roman', Times, serif;
  221.     letter-spacing: 0.1em;
  222.     margin-top: 10px;
  223.     padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
  224. }
  225.  
  226. #menu ul ul {
  227.     font-variant: normal;
  228.     font-weight: normal;
  229.     line-height: 100%;
  230.     list-style-type: none;
  231.     margin: 0;
  232.     padding: 0;
  233.     text-align: left;
  234. }
  235.  
  236. #menu ul ul li {
  237.     border: 0;
  238.     font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  239.     letter-spacing: 0;
  240.     margin-top: 0;
  241.     padding: 0;
  242.     padding-left: 12px;
  243. }
  244.  
  245. #menu ul ul li a {
  246.     color: #000;
  247.     text-decoration: none;
  248. }
  249.  
  250. #menu ul ul li a:hover {
  251.     border-bottom: 1px solid #809080;
  252. }
  253.  
  254. #menu ul ul ul.children {
  255.     font-size: 142%;
  256.     padding-left: 4px;
  257. }
  258.  
  259. #wp-calendar {
  260.     border: 1px solid #ddd;
  261.     empty-cells: show;
  262.     font-size: 14px;
  263.     margin: 0;
  264.     width: 90%;
  265. }
  266.  
  267. #wp-calendar #next a {
  268.     padding-right: 10px;
  269.     text-align: right;
  270. }
  271.  
  272. #wp-calendar #prev a {
  273.     padding-left: 10px;
  274.     text-align: left;
  275. }
  276.  
  277. #wp-calendar a {
  278.     display: block;
  279.     text-decoration: none;
  280. }
  281.  
  282. #wp-calendar a:hover {
  283.     background: #e0e6e0;
  284.     color: #333;
  285. }
  286.  
  287. #wp-calendar caption {
  288.     color: #999;
  289.     font-size: 16px;
  290.     text-align: left;
  291. }
  292.  
  293. #wp-calendar td {
  294.     color: #ccc;
  295.     font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  296.     letter-spacing: normal;
  297.     padding: 2px 0;
  298.     text-align: center;
  299. }
  300.  
  301. #wp-calendar td.pad:hover {
  302.     background: #fff;
  303. }
  304.  
  305. #wp-calendar td:hover, #wp-calendar #today {
  306.     background: #eee;
  307.     color: #bbb;
  308. }
  309.  
  310. #wp-calendar th {
  311.     font-style: normal;
  312.     text-transform: capitalize;
  313. }
  314.